home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
Applications
/
SAT Quizzer
/
prototypes.h
< prev
next >
Wrap
Text File
|
1993-07-09
|
459b
|
15 lines
/* prototypes.h for SAT Quizzer v0.3 */
char getchln(void);
void initwords(allwords newwords);
void initrandom(void);
void getdatafile(allwords vocabulary);
void gettextfile(allwords vocabulary);
wordlist wordalloc();
wordlist assemblelist(allwords vocabulary);
void putdatafile(wordlist listofwords);
void quiz(wordlist listofwords);
void printpos(postype postoprint);
char showchoices(ptrarray nodeptrs, meaningtype correctmeaning, postype
correctpos);